fix: resolve open dependabot security alerts#816
Merged
Conversation
- Bump fast-xml-parser ^5.5.7 -> ^5.8.0 (devDep + override) to fix fast-xml-builder vulnerabilities (GHSA-rf6f-7fwh-wjgh, GHSA-3v7f-55p6-f55p) - Add postcss ^8.5.10 pnpm override to fix XSS via unescaped </style> (GHSA-22cc-p3c6-wpvm) - Bump astro ^6.1.6 -> ^6.1.10 in docs to fix server island replay vulnerability (GHSA-wr4h-v87w-p3r7) Fixes dependabot alerts #153, #155, #156, #157.
Contributor
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Resolves all 4 open Dependabot security alerts by bumping vulnerable dependencies:
fast-xml-builderfast-xml-parserto^5.8.0(pullsfast-xml-builder@1.2.0)fast-xml-builderpostcsspostcss: ^8.5.10pnpm override (resolves to 8.5.14)astroastroto^6.1.10in docs (resolves to 6.3.3)Changes
package.json: Bumpfast-xml-parserfrom^5.5.7to^5.8.0in both devDependencies andpnpm.overrides; addpostcss: ^8.5.10topnpm.overridesdocs/package.json: Bumpastrofrom^6.1.6to^6.1.10pnpm-lock.yamlanddocs/pnpm-lock.yamlNo source code changes. All vulnerable packages are either transitive dev dependencies or docs-only.